[INFO] cloning repository https://github.com/ContinuousC/PrometheusRemoteWrite
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ContinuousC/PrometheusRemoteWrite" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FContinuousC%2FPrometheusRemoteWrite", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FContinuousC%2FPrometheusRemoteWrite'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fe9d2fa60bddf10a71b0643fd13c955fc894fc11
[INFO] checking ContinuousC/PrometheusRemoteWrite against try#d1d7143153307f561233bd4d93e2a3b24157b081 for pr-151539-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FContinuousC%2FPrometheusRemoteWrite" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ContinuousC/PrometheusRemoteWrite
[INFO] finished tweaking git repo https://github.com/ContinuousC/PrometheusRemoteWrite
[INFO] tweaked toml for git repo https://github.com/ContinuousC/PrometheusRemoteWrite written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ContinuousC/PrometheusRemoteWrite on toolchain d1d7143153307f561233bd4d93e2a3b24157b081
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ContinuousC/PrometheusRemoteWrite already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 53bc132c6dd86bf13b281547cce73d4004e0d14a0571776694f835e57e30ce82
[INFO] running `Command { std: "docker" "start" "53bc132c6dd86bf13b281547cce73d4004e0d14a0571776694f835e57e30ce82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "53bc132c6dd86bf13b281547cce73d4004e0d14a0571776694f835e57e30ce82" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "53bc132c6dd86bf13b281547cce73d4004e0d14a0571776694f835e57e30ce82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "53bc132c6dd86bf13b281547cce73d4004e0d14a0571776694f835e57e30ce82" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]    Compiling snap v1.1.0
[INFO] [stderr]     Checking iana-time-zone v0.1.58
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]    Compiling rustls v0.21.8
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]     Checking gimli v0.28.0
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]     Checking webpki-roots v0.25.2
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking base64 v0.21.5
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking url v2.4.1
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking object v0.32.1
[INFO] [stderr]     Checking yansi v0.5.1
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]     Checking pretty_assertions v1.4.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]    Compiling ring v0.17.5
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]    Compiling prost-derive v0.12.1
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]     Checking prost v0.12.1
[INFO] [stderr]     Checking prometheus-parse v0.2.4
[INFO] [stderr]     Checking prometheus_remote_write v0.2.1 (/opt/rustwide/workdir/lib)
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking ureq v2.8.0
[INFO] [stderr]     Checking prom-write v0.2.1 (/opt/rustwide/workdir/bin)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.98s
[INFO] running `Command { std: "docker" "inspect" "53bc132c6dd86bf13b281547cce73d4004e0d14a0571776694f835e57e30ce82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53bc132c6dd86bf13b281547cce73d4004e0d14a0571776694f835e57e30ce82", kill_on_drop: false }`
[INFO] [stdout] 53bc132c6dd86bf13b281547cce73d4004e0d14a0571776694f835e57e30ce82
